home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ASP Advantage 1994 2nd Q2
/
The Association of Shareware Professionals - The Official ASP Advantage (2nd Quarter)(1994).bin
/
files
/
progming
/
cenviw
/
icons.cmm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-08-05
|
268 b
|
8 lines
// Icons.cmm - Tiny Cmm sample file that calls PostMessage() in the
// Windows User DLL (via Message.lib) to tell all windows
// to minimize (iconasize).
#include "Message.lib"
PostMessage(HWND_BROADCAST,WM_SYSCOMMAND,SC_MINIMIZE,0);